*** empty log message ***
authorEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 17:18:58 +0000 (17:18 +0000)
committerEli Zaretskii <eliz@is.elta.co.il>
Mon, 16 Feb 2004 17:18:58 +0000 (17:18 +0000)
lisp/ChangeLog
src/ChangeLog

index db4f7e5a69462ff7bd31ba09d12fa37197c284ab..14d7d6684a7876b09859a738f97220b08ac17d83 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-16  Jay Belanger  <belanger@truman.edu>  (tiny change).
+
+       * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
+       cookie.  Don't check if we are looking-at open-formula.
+
 2004-02-16  Jesper Harder  <harder@ifa.au.dk>  (tiny change)
 
        * subr.el (match-string-no-properties): Use substring-no-properties.
index 2fb4b4b4ec1c9cd6c8216a501e0f5ea272668e5a..bdffb8120770759b3427e29c4cc9a03b97d6231a 100644 (file)
@@ -1,3 +1,9 @@
+2004-02-16  Dmitry Antipov  <dmitry.antipov@mail.ru>  (tiny change)
+
+       * keyboard.c (prev_read): New static variable.
+       (read_avail_input): Use it to zero out only those slots in buf[]
+       that were used last time we were called.
+
 2004-02-16  Eli Zaretskii  <eliz@elta.co.il>
 
        * Makefile.in (obj): Move fringe.o from here...